home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / VNULabs / ProgramacionSonido / WTest / WTest.plg < prev    next >
Encoding:
Text File  |  2001-01-07  |  2.1 KB  |  53 lines

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: WTest - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0xc0a /fo"Debug/WTest.res" /d "_DEBUG" "E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\WTest.rc"" 
  10. Creating temporary file "C:\WINDOWS\TEMP\RSPF0F3.TMP" with contents
  11. [
  12. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\DSUtiles.cpp"
  14. "E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\StdAfx.cpp"
  15. "E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\wave.c"
  16. "E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\WTest.cpp"
  17. ]
  18. Creating command line "xicl6.exe @C:\WINDOWS\TEMP\RSPF0F3.TMP" 
  19. Creating temporary file "C:\WINDOWS\TEMP\RSPF0F4.TMP" with contents
  20. [
  21. dsound.lib dxguid.lib winmm.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/WTest.pdb" /debug /machine:I386 /out:"Debug/WTest.exe" /pdbtype:sept 
  22. ".\Debug\DSUtiles.obj"
  23. ".\Debug\StdAfx.obj"
  24. ".\Debug\wave.obj"
  25. ".\Debug\WTest.obj"
  26. ".\Debug\WTest.res"
  27. ]
  28. Creating command line "xilink6.exe @C:\WINDOWS\TEMP\RSPF0F4.TMP"
  29. <h3>Output Window</h3>
  30. Compiling resources...
  31. Compiling...
  32. DSUtiles.cpp
  33. StdAfx.cpp
  34. wave.c
  35. E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\wave.c(263) : warning #137: expression must be a modifiable lvalue
  36.           *((BYTE*)pbDest+cT) = *((BYTE*)mmioinfoIn.pchNext)++;                                                                                                   
  37.                                  ^
  38.  
  39. E:\Articu\PC Actual\DirectSound\Como manejar los buffers II\WTest\wave.c(509) : warning #137: expression must be a modifiable lvalue
  40.           *((BYTE*)pmmioinfoOut->pchNext)++ = *((BYTE*)pbSrc+cT);
  41.            ^
  42.  
  43. WTest.cpp
  44. Linking...
  45.  
  46.  
  47.  
  48. <h3>Results</h3>
  49. WTest.exe - 0 error(s), 2 warning(s)
  50. </pre>
  51. </body>
  52. </html>
  53.